FEST
Source Files
Modules
Procedures
Derived Types
Program
GetArea
Interface
4 statements
Source File
GridOperations.f90
GridOperations
GetArea
Contents
Module Procedures
GetAreaOfGridFloat
GetAreaOfGridInteger
public interface GetArea
Module Procedures
private function
GetAreaOfGridFloat
(grid) result(area)
Description compute area (m2) of grid excluding nodata
Arguments
Type
Intent
Optional
Attributes
Name
type(
grid_real
),
intent(in)
::
grid
Return Value
real(kind=float)
private function
GetAreaOfGridInteger
(grid) result(area)
Arguments
Type
Intent
Optional
Attributes
Name
type(
grid_integer
),
intent(in)
::
grid
Return Value
real(kind=float)